projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b988d46
)
Fix error message.
author
Ewan Mellor
<ewan@xensource.com>
Tue, 5 Dec 2006 15:47:43 +0000
(15:47 +0000)
committer
Ewan Mellor
<ewan@xensource.com>
Tue, 5 Dec 2006 15:47:43 +0000
(15:47 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendDomain.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendDomain.py
b/tools/python/xen/xend/XendDomain.py
index 5ebb7e6240f515a0d95f90d244fe4d4a1496a0d7..cc3c5c783ee778506d1965858335ab698c96cf7e 100644
(file)
--- a/
tools/python/xen/xend/XendDomain.py
+++ b/
tools/python/xen/xend/XendDomain.py
@@
-808,7
+808,7
@@
class XendDomain:
raise XendError("Cannot save privileged domain %s" % domname)
if dominfo.state != DOM_STATE_HALTED:
- raise XendError("Cannot
suspend domain that is not running
.")
+ raise XendError("Cannot
resume domain that is not halted
.")
dom_uuid = dominfo.get_uuid()
chkpath = self._managed_check_point_path(dom_uuid)